projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb43687
)
(idlwave-auto-fill): Remove paragraph-start let to prevent auto-fill
author
J.D. Smith
<jdsmith@as.arizona.edu>
Wed, 29 Nov 2006 19:15:09 +0000
(19:15 +0000)
committer
J.D. Smith
<jdsmith@as.arizona.edu>
Wed, 29 Nov 2006 19:15:09 +0000
(19:15 +0000)
giving up.
lisp/progmodes/idlwave.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/idlwave.el
b/lisp/progmodes/idlwave.el
index 3a7d39c5db77b721fc467d7634e2e426a638b940..6fa03c27ba11b2f56aec66db474be8bef2f03047 100644
(file)
--- a/
lisp/progmodes/idlwave.el
+++ b/
lisp/progmodes/idlwave.el
@@
-3486,8
+3486,6
@@
if `idlwave-auto-fill-split-string' is non-nil."
(idlwave-indent-line)
;; Prevent actions do-auto-fill which calls indent-line-function.
(let (idlwave-do-actions
- (paragraph-start ".")
- (paragraph-separate ".")
(fill-nobreak-predicate
(if (and (idlwave-in-quote)
idlwave-auto-fill-split-string)